Skip to content

Conversation

@bjoernd
Copy link
Contributor

@bjoernd bjoernd commented May 14, 2025

The current EC2/AL2023 root file system only works for systems using the Intel e1000 driver. Extend the configuration to cover all potential network interfaces in order to allow fuzzing with other network interfaces (such as virtio-net).


Before sending a pull request, please review Contribution Guidelines:
https://github.com/google/syzkaller/blob/master/docs/contributing.md


@bjoernd bjoernd changed the title tools: Widen network DHCP configuration for EC2 Root FS tools: widen network DHCP configuration for EC2 Root FS May 14, 2025
@tarasmadan tarasmadan enabled auto-merge May 14, 2025 10:12
tarasmadan
tarasmadan previously approved these changes May 14, 2025
@tarasmadan tarasmadan added this pull request to the merge queue May 14, 2025
@tarasmadan tarasmadan removed this pull request from the merge queue due to a manual request May 14, 2025
@tarasmadan tarasmadan enabled auto-merge May 14, 2025 10:19
The current EC2/AL2023 root file system only works for systems using the
Intel e1000 driver. Remove the match clause to support all potential
network interfaces and allow fuzzing with other network interfaces (such
as virtio-net).

Signed-off-by: Bjoern Doebel <doebel@amazon.de>
auto-merge was automatically disabled May 14, 2025 11:12

Head branch was pushed to by a user without write access

@tarasmadan tarasmadan enabled auto-merge May 14, 2025 16:31
@tarasmadan tarasmadan added this pull request to the merge queue May 14, 2025
Merged via the queue into google:master with commit d6b2ee5 May 14, 2025
17 checks passed
bjoernd added a commit to bjoernd/syzkaller that referenced this pull request May 26, 2025
In a previous change (google#6023) we
made a simplification, assuming that a non-existent Match section in
systemd networkd's config would allow DHCP for any network interface.
After more testing this turns out to be incorrect and we really only get
an IP via DHCP with an explicit broad Name regex.

Signed-off-by: Bjoern Doebel <doebel@amazon.de>
github-merge-queue bot pushed a commit that referenced this pull request May 26, 2025
In a previous change (#6023) we
made a simplification, assuming that a non-existent Match section in
systemd networkd's config would allow DHCP for any network interface.
After more testing this turns out to be incorrect and we really only get
an IP via DHCP with an explicit broad Name regex.

Signed-off-by: Bjoern Doebel <doebel@amazon.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants